body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(images/bg-white.jpg);
    background-size: cover;
    background-attachment: scroll;
    margin: 20px;
    line-height: 1.2;
    justify-content: center;
    display: flex;
}

main {
    flex: 1;
    padding: 20px;
}

header {
    background:linear-gradient(45deg,#e90f0f,#7a0404);
    color:white;
    padding:20px 24px;
    display: flex;
}

hr {
    height: 3px;
    border: none;
}

h1 {
    text-align: center;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    color: white;
    margin-left: 2%;
    margin-right: 10%
}

h2 {
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    text-align: left;
    margin-left: 7%;
    margin-right: 7%
    
}

.paragraf, .paragraf1 {
    border: none;
    border-radius: 10px;
    background-color: rgb(219, 219, 219);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    padding-bottom: 5px;
    padding-top: 5px;
    padding: 20px;
    transition: 0.2s;
    margin-left: 10%;
    margin-right: 10%;
}

.paragraf, .paragraf1:hover {
    transform: translateY(-5px);
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.7);
}

ol {
    padding-left: 40px;
}

ul {
    padding-left: 40px;
    line-height: 30px;
}

li a {
    display: inline-block;
    color: black;
    text-decoration: none;
    margin: 3px;
    border: 2px solid transparent;
    transition: 0.1s;
}

ol li a:hover {
    color: rgb(46, 46, 46);
    text-decoration: none;
    border: 3px solid rgb(184, 184, 184);
    background-color: rgb(224, 224, 224);
    border-radius: 4px;
    font-weight: 600;
    box-shadow: 5px 3px 8px rgba(0, 0, 0, 0.4);
    transform: scale(1.1);
    transform: translateX(+7px);
}

.border1 {
    border: none;
    border-radius: 10px;
    background-color: rgb(219, 219, 219);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    padding-bottom: 5px;
    padding-top: 4px;
    transition: 0.2s;
    margin-left: 10%;
    margin-right: 10%
}

.border1:hover {
    transform: translateY(-5px);
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.7);
}

.border2 {
    border: none;
    border-radius: 10px;
    background-color: rgb(219, 219, 219);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    padding-bottom: 5px;
    padding-top: 4px;
    transition: 0.2s;
    margin-left: 10%;
    margin-right: 10%
}

.border2:hover {
    transform: translateY(-5px);
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.7);
}

.foto_matrikulasi {
    border-radius: 20px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.5);
    transition: 0.2s;
}

.foto_matrikulasi:hover {
    transform: translateY(-5px);
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.7);
}

.foto1 {
    text-align: center;
}

footer {
    width: 100%;  
    left: 0;
    text-align: center;
    background:linear-gradient(45deg,#e90f0f,#7a0404);
    padding: 20px;
    margin-top: 0%;
    margin-left: -20px;
}

.pfoot {
    color: white;
}

.container {
    width:90%;
    max-width: 1600px;
    background:#fcfcfb;
    border-radius:12px;
    box-shadow:0 8px 24px rgba(11,18,33,0.08);
    overflow:hidden;
    margin-left: 0 auto;
}